home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / OS2SHUTD.ARJ / SHUTDOWN.MAK < prev   
Text File  |  1992-01-28  |  194b  |  8 lines

  1. shutdown.exe :  shutdown.obj shutdown.mak shutdown.l 
  2.                 LINK @shutdown.L
  3.  
  4. shutdown.obj: shutdown.c 
  5.    cl -c -Alfu -Zp -W3 -FPa -G2s -Gm  -Zi -Od shutdown.obj shutdown.c
  6.  
  7.  
  8.